home *** CD-ROM | disk | FTP | other *** search
- global gwordlist2
-
- on eatit
- thetext = EMPTY
- repeat with i = 1 to gwordlist2.count
- thetext = thetext & gwordlist2[i].nbr.string & "." & SPACE & SPACE & gwordlist2[i].qus & RETURN
- end repeat
- member("down questions").text = thetext
- end
-